Skip to content

Bump the all-maven-deps group across 2 directories with 34 updates - #8811

Merged
sumerjabri merged 1 commit into
support/4.xfrom
dependabot/maven/support/4.x/all-maven-deps-801294678b
Jul 29, 2026
Merged

Bump the all-maven-deps group across 2 directories with 34 updates#8811
sumerjabri merged 1 commit into
support/4.xfrom
dependabot/maven/support/4.x/all-maven-deps-801294678b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-maven-deps group with 11 updates in the / directory:

Package From To
org.mybatis:mybatis-spring 3.0.5 3.0.6
org.apache.tomcat:tomcat-jasper-el 11.0.23 11.0.24
org.apache.tomcat.embed:tomcat-embed-websocket 11.0.23 11.0.24
org.apache.tika:tika-core 3.3.1 3.3.2
org.apache.tika:tika-parsers-standard-package 3.3.1 3.3.2
com.drewnoakes:metadata-extractor 2.20.0 2.21.0
org.mongodb:mongodb-driver-sync 5.8.0 5.9.1
org.mongodb:mongodb-driver-legacy 5.8.0 5.9.1
org.mongodb:bson 5.8.0 5.9.1
com.icegreen:greenmail 2.1.9 2.1.11
org.apache.maven.plugins:maven-jar-plugin 3.5.0 3.5.1

Bumps the all-maven-deps group with 23 updates in the /shared-dependencies directory:

Package From To
com.squareup.okio:okio-jvm 3.17.0 3.18.0
com.squareup.okio:okio 3.17.0 3.18.0
org.bouncycastle:bcprov-jdk18on 1.84 1.85
org.bouncycastle:bcpkix-jdk18on 1.84 1.85
org.bouncycastle:bcpg-jdk18on 1.84 1.85
org.bouncycastle:bcmail-jdk18on 1.84 1.85
com.fasterxml.jackson.core:jackson-core 2.22.0 2.22.1
com.fasterxml.jackson.core:jackson-databind 2.22.0 2.22.1
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor 2.22.0 2.22.1
com.fasterxml.jackson.dataformat:jackson-dataformat-smile 2.22.0 2.22.1
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.22.0 2.22.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.22.0 2.22.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.22.0 2.22.1
software.amazon.awssdk:bom 2.47.0 2.49.1
software.amazon.awssdk:s3 2.47.0 2.49.1
software.amazon.awssdk:s3-transfer-manager 2.47.0 2.49.1
software.amazon.awssdk:sts 2.47.0 2.49.1
software.amazon.awssdk:cloudfront 2.47.0 2.49.1
software.amazon.awssdk:cloudformation 2.47.0 2.49.1
software.amazon.awssdk:mediaconvert 2.47.0 2.49.1
software.amazon.awssdk:sso 2.47.0 2.49.1
software.amazon.awssdk:ssooidc 2.47.0 2.49.1
org.apache.ivy:ivy 2.5.3 2.6.0

Updates org.mybatis:mybatis-spring from 3.0.5 to 3.0.6

Release notes

Sourced from org.mybatis:mybatis-spring's releases.

Mybatis Spring 3.0.6

  • Back port off mainline with updated spring binaries
Commits
  • 1ac0287 [maven-release-plugin] prepare release mybatis-spring-3.0.6
  • c254288 [pom] Port transaction active logic back to 3.x
  • 7ac5310 [port] Double check locking back to 3.x
  • 63c8c7d [pom] port annotation check on interfaces back to 3.x
  • a2ed870 [site] Port rest of site back to 3.x
  • 8da1717 [tests] Accept all tests back on 3.x
  • 79e542f [port] Port state configuration check to 3.x
  • af3da00 [ci] Formatting site
  • 5b662dc [ci] Update versions supported in site
  • 5070509 [ci] formatting
  • Additional commits viewable in compare view

Updates org.apache.tomcat:tomcat-jasper-el from 11.0.23 to 11.0.24

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 11.0.23 to 11.0.24

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 11.0.23 to 11.0.24

Updates org.apache.tika:tika-core from 3.3.1 to 3.3.2

Changelog

Sourced from org.apache.tika:tika-core's changelog.

Release 3.3.2 - 7/16/2026

  • Dependency upgrades (TIKA-4738).

  • tika-server now requires enableUnsecureFeatures=true when the /pipes, /async, or /status endpoints are selected; the server refuses to start otherwise (TIKA-4760).

  • Port the 4.x SAX-based OOXML parsers to 3.x and make SAX default. The docx/pptx/xlsx/vsdx SAX parsers gain field-code hyperlink extraction, inlined footnotes/endnotes/comments, balanced-XHTML recovery on error, and XMLBeans-free xlsx/xlsb reading. The DOM docx/pptx parsers can still be configured via useSAXDocxExtractor/useSAXPptxExtractor (TIKA-4692, TIKA-4708, TIKA-4790).

Release 3.3.1 - 5/20/2026

  • Dependency upgrades (TIKA-4695).

  • Use the IANA-registered text/markdown as the primary media type, with text/x-web-markdown and text/x-markdown kept as aliases (TIKA-4724).

  • Fix several potential resource/file-handle leaks across the OOXML and ODF parsers, the HTTP fetcher, the gRPC server, and ForkClient (TIKA-4704).

  • The resourceName of a nested tarball no longer includes the parent directories of its parent gzip file, and fix a typo in the .gz extension (TIKA-4705).

Release 3.3.0 - 3/18/2026

  • Switch to poi-ooxml-full (TIKA-4563).

  • Users need to add "allowAbsolutePaths=true" for the FileSystemFetcher to fetch an absolute path (TIKA-4649).

  • Add a markdown option for content handlers (TIKA-4563).

  • Improve zip parsing (TIKA-4650).

  • Add detection of compressed bmp (TIKA-4511).

  • Allow per file timeouts in tika-pipes (TIKA-4497).

  • Add matroska detector (TIKA-1180).

  • Allow multiple values for many Dublin Core keys (TIKA-4466).

  • Extract macros by default in tika-app's commandline and gui (TIKA-4472).

  • Improve extraction of Javascript from PDFs (TIKA-4465).

... (truncated)

Commits
  • b8a6916 [maven-release-plugin] prepare release 3.3.2-rc1
  • bf67012 Prep for 3.3.2 rc1, another day...
  • a2d8362 Prep for 3.3.2 rc1, bump maven version
  • df5130f Prep for 3.3.2 rc1, roll back release version
  • d6cc513 Prep for 3.3.2 rc1, javadocs
  • 73865f9 [maven-release-plugin] prepare for next development iteration
  • c8a2d64 [maven-release-plugin] prepare release 3.3.2-rc1
  • 63f4a95 Prep for 3.3.2 rc1
  • 3cecc5b TIKA-4790 -- make sax parsing default in 3.x (#2957)
  • 883805d backport javadocs aggregate fix from main (#2958)
  • Additional commits viewable in compare view

Updates org.apache.tika:tika-parsers-standard-package from 3.3.1 to 3.3.2

Updates org.apache.tika:tika-parsers-standard-package from 3.3.1 to 3.3.2

Updates com.drewnoakes:metadata-extractor from 2.20.0 to 2.21.0

Release notes

Sourced from com.drewnoakes:metadata-extractor's releases.

2.21.0

What's Changed

New Contributors

Full Changelog: drewnoakes/metadata-extractor@2.20.0...2.20.1

Commits
  • 6f03794 Merge pull request #740 from drewnoakes/dev/drnoakes/mp4-metadata-pr-review
  • d01cc41 Detect QuickTime files that lack a leading ftyp box (#736)
  • 1b45d70 Support LONG8 and SLONG8 TIFF data formats
  • 353e27c Address Copilot review: align entry parsing and fix tag name casing
  • 31632d2 Clean up salvaged MP4 udta metadata code
  • 845cdba Add more UDTA metadata to MP4 parser (Title, Comment, Subtitle, Rating, Categ...
  • 5647ffd Harden ICO parsing against oversized image counts (#734)
  • 99383f6 Merge pull request #732 from hanskr/fix-iloc-zero-offset-size-npe
  • 35af34a Fix NPE in ItemLocationBox when offset_size/length_size is 0
  • 520e07f Merge pull request #728 from drewnoakes/copilot/enhance-error-checking-riffre...
  • Additional commits viewable in compare view

Updates org.mongodb:mongodb-driver-sync from 5.8.0 to 5.9.1

Release notes

Sourced from org.mongodb:mongodb-driver-sync's releases.

Java Driver 5.9.0 (July 07, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.9.0

Java Driver 5.8.1 (July 16, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.8.1

Commits
  • cfc4ad3 Version: bump 5.9.1
  • 4f5924e Resolve forwarded type arguments across POJO hierarchy edges (#2020)
  • 2baa2c9 Version: bump 5.9.1-SNAPSHOT
  • 90d54c4 Version: bump 5.9.0
  • 32cbe4b JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text AP...
  • 6612f5d JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection (#2003)
  • d84dabb Fix reactive streams MongoClient.getTimeout always returning null (#2009)
  • aad04d1 Update Specs to latest (#2001)
  • 4d81e85 Add Windows CI testing (#1935)
  • 8aa3242 Update the Git specifications submodule from 25bee54 to 4484038 (#1992)
  • Additional commits viewable in compare view

Updates org.mongodb:mongodb-driver-legacy from 5.8.0 to 5.9.1

Release notes

Sourced from org.mongodb:mongodb-driver-legacy's releases.

Java Driver 5.9.0 (July 07, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.9.0

Java Driver 5.8.1 (July 16, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.8.1

Commits
  • cfc4ad3 Version: bump 5.9.1
  • 4f5924e Resolve forwarded type arguments across POJO hierarchy edges (#2020)
  • 2baa2c9 Version: bump 5.9.1-SNAPSHOT
  • 90d54c4 Version: bump 5.9.0
  • 32cbe4b JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text AP...
  • 6612f5d JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection (#2003)
  • d84dabb Fix reactive streams MongoClient.getTimeout always returning null (#2009)
  • aad04d1 Update Specs to latest (#2001)
  • 4d81e85 Add Windows CI testing (#1935)
  • 8aa3242 Update the Git specifications submodule from 25bee54 to 4484038 (#1992)
  • Additional commits viewable in compare view

Updates org.mongodb:bson from 5.8.0 to 5.9.1

Release notes

Sourced from org.mongodb:bson's releases.

Java Driver 5.9.0 (July 07, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.9.0

Java Driver 5.8.1 (July 16, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.8.1

Commits
  • cfc4ad3 Version: bump 5.9.1
  • 4f5924e Resolve forwarded type arguments across POJO hierarchy edges (#2020)
  • 2baa2c9 Version: bump 5.9.1-SNAPSHOT
  • 90d54c4 Version: bump 5.9.0
  • 32cbe4b JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text AP...
  • 6612f5d JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection (#2003)
  • d84dabb Fix reactive streams MongoClient.getTimeout always returning null (#2009)
  • aad04d1 Update Specs to latest (#2001)
  • 4d81e85 Add Windows CI testing (#1935)
  • 8aa3242 Update the Git specifications submodule from 25bee54 to 4484038 (#1992)
  • Additional commits viewable in compare view

Updates org.mongodb:mongodb-driver-legacy from 5.8.0 to 5.9.1

Release notes

Sourced from org.mongodb:mongodb-driver-legacy's releases.

Java Driver 5.9.0 (July 07, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.9.0

Java Driver 5.8.1 (July 16, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.8.1

Commits
  • cfc4ad3 Version: bump 5.9.1
  • 4f5924e Resolve forwarded type arguments across POJO hierarchy edges (#2020)
  • 2baa2c9 Version: bump 5.9.1-SNAPSHOT
  • 90d54c4 Version: bump 5.9.0
  • 32cbe4b JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text AP...
  • 6612f5d JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection (#2003)
  • d84dabb Fix reactive streams MongoClient.getTimeout always returning null (#2009)
  • aad04d1 Update Specs to latest (#2001)
  • 4d81e85 Add Windows CI testing (#1935)
  • 8aa3242 Update the Git specifications submodule from 25bee54 to 4484038 (#1992)
  • Additional commits viewable in compare view

Updates org.mongodb:bson from 5.8.0 to 5.9.1

Release notes

Sourced from org.mongodb:bson's releases.

Java Driver 5.9.0 (July 07, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.9.0

Java Driver 5.8.1 (July 16, 2026)

What's Changed

Verifying artifact signatures

Please refer to https://www.mongodb.com/docs/drivers/java/sync/current/security/validate-signatures/ for the full procedure.

To download and import the public key for verifying signatures, execute

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 1a75005e142192223d6a7c3b76e0008d166740a8

Full Changelog: mongodb/mongo-java-driver@r5.8.0...r5.8.1

Commits
  • cfc4ad3 Version: bump 5.9.1
  • 4f5924e Resolve forwarded type arguments across POJO hierarchy edges (#2020)
  • 2baa2c9 Version: bump 5.9.1-SNAPSHOT
  • 90d54c4 Version: bump 5.9.0
  • 32cbe4b JAVA-6168 JAVA-6244 JAVA-6196: QE prefix/suffix/substring GA + rename Text AP...
  • 6612f5d JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection (#2003)
  • d84dabb Fix reactive streams MongoClient.getTimeout always returning null (#2009)
  • aad04d1 Update Specs to latest (#2001)
  • 4d81e85 Add Windows CI testing (#1935)
  • 8aa3242 Update the Git specifications submodule from 25bee54 to 4484038 (#1992)
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail from 2.1.9 to 2.1.11

Release notes

Sourced from com.icegreen:greenmail's releases.

2.1.11

What's Changed

Bugfixes

Full Changelog: greenmail-mail-test/greenmail@release-2.1.10...release-2.1.11

2.1.10

What's Changed

Features

Bugfixes

Dependencies

New Contributors

Full Changelog: greenmail-mail-test/greenmail@release-2.1.9...release-2.1.10

Commits
  • 7e8b883 [maven-release-plugin] prepare release release-2.1.11
  • e8a577e Updating docs for 2.1.11 release
  • 869d20b reject STORE, EXPUNGE and MOVE on read-only selected mailbox
  • 5dd25bb Implement custom keyword flags (fixes #1027)
  • fba8c3b Fixes uncontrolled data used in path expression
  • e985b7f [maven-release-plugin] prepare for next development iteration
  • 9a21fc3 [maven-release-plugin] prepare release release-2.1.10
  • 33e575f Updating docs for 2.1.10 release
  • c33f915 Switch from rapidoc to swagger-ui (fixes #1031)
  • b5586fb Adding copilot instructions
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1

Release notes

Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.

3.5.1

📝 Documentation updates

  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#550) @​potiuk

👻 Maintenance

  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#550) @​potiuk
  • Use plugin version properties (3.x) (#535) @​Bukama

📦 Dependency updates

Commits
  • b0cd63d [maven-release-plugin] prepare release maven-jar-plugin-3.5.1
  • 5318a4f Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability
  • 8e0b9bb Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#547)
  • d5a438b Fix javadoc
  • 774fac9 Bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0
  • b71f403 Bump mavenVersion from 3.9.15 to 3.9.16 (#536)
  • 9f2a001 Use plugin version properties (3.x) (#535)
  • 68a978f Bump org.apa...

    Description has been truncated

Bumps the all-maven-deps group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.mybatis:mybatis-spring](https://github.com/mybatis/spring) | `3.0.5` | `3.0.6` |
| org.apache.tomcat:tomcat-jasper-el | `11.0.23` | `11.0.24` |
| org.apache.tomcat.embed:tomcat-embed-websocket | `11.0.23` | `11.0.24` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `3.3.1` | `3.3.2` |
| org.apache.tika:tika-parsers-standard-package | `3.3.1` | `3.3.2` |
| [com.drewnoakes:metadata-extractor](https://github.com/drewnoakes/metadata-extractor) | `2.20.0` | `2.21.0` |
| [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) | `5.8.0` | `5.9.1` |
| [org.mongodb:mongodb-driver-legacy](https://github.com/mongodb/mongo-java-driver) | `5.8.0` | `5.9.1` |
| [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) | `5.8.0` | `5.9.1` |
| [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) | `2.1.9` | `2.1.11` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.5.0` | `3.5.1` |

Bumps the all-maven-deps group with 23 updates in the /shared-dependencies directory:

| Package | From | To |
| --- | --- | --- |
| [com.squareup.okio:okio-jvm](https://github.com/lysine-dev/okio) | `3.17.0` | `3.18.0` |
| [com.squareup.okio:okio](https://github.com/lysine-dev/okio) | `3.17.0` | `3.18.0` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.84` | `1.85` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.84` | `1.85` |
| [org.bouncycastle:bcpg-jdk18on](https://github.com/bcgit/bc-java) | `1.84` | `1.85` |
| [org.bouncycastle:bcmail-jdk18on](https://github.com/bcgit/bc-java) | `1.84` | `1.85` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.22.0` | `2.22.1` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.22.0` | `2.22.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-cbor](https://github.com/FasterXML/jackson-dataformats-binary) | `2.22.0` | `2.22.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-smile](https://github.com/FasterXML/jackson-dataformats-binary) | `2.22.0` | `2.22.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.22.0` | `2.22.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.22.0` | `2.22.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.22.0` | `2.22.1` |
| software.amazon.awssdk:bom | `2.47.0` | `2.49.1` |
| software.amazon.awssdk:s3 | `2.47.0` | `2.49.1` |
| software.amazon.awssdk:s3-transfer-manager | `2.47.0` | `2.49.1` |
| software.amazon.awssdk:sts | `2.47.0` | `2.49.1` |
| software.amazon.awssdk:cloudfront | `2.47.0` | `2.49.1` |
| software.amazon.awssdk:cloudformation | `2.47.0` | `2.49.1` |
| software.amazon.awssdk:mediaconvert | `2.47.0` | `2.49.1` |
| software.amazon.awssdk:sso | `2.47.0` | `2.49.1` |
| software.amazon.awssdk:ssooidc | `2.47.0` | `2.49.1` |
| org.apache.ivy:ivy | `2.5.3` | `2.6.0` |



Updates `org.mybatis:mybatis-spring` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/mybatis/spring/releases)
- [Commits](mybatis/spring@mybatis-spring-3.0.5...mybatis-spring-3.0.6)

Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.23 to 11.0.24

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.23 to 11.0.24

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.23 to 11.0.24

Updates `org.apache.tika:tika-core` from 3.3.1 to 3.3.2
- [Changelog](https://github.com/apache/tika/blob/3.3.2/CHANGES.txt)
- [Commits](apache/tika@3.3.1...3.3.2)

Updates `org.apache.tika:tika-parsers-standard-package` from 3.3.1 to 3.3.2

Updates `org.apache.tika:tika-parsers-standard-package` from 3.3.1 to 3.3.2

Updates `com.drewnoakes:metadata-extractor` from 2.20.0 to 2.21.0
- [Release notes](https://github.com/drewnoakes/metadata-extractor/releases)
- [Commits](drewnoakes/metadata-extractor@2.20.0...2.21.0)

Updates `org.mongodb:mongodb-driver-sync` from 5.8.0 to 5.9.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.8.0...r5.9.1)

Updates `org.mongodb:mongodb-driver-legacy` from 5.8.0 to 5.9.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.8.0...r5.9.1)

Updates `org.mongodb:bson` from 5.8.0 to 5.9.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.8.0...r5.9.1)

Updates `org.mongodb:mongodb-driver-legacy` from 5.8.0 to 5.9.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.8.0...r5.9.1)

Updates `org.mongodb:bson` from 5.8.0 to 5.9.1
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.8.0...r5.9.1)

Updates `com.icegreen:greenmail` from 2.1.9 to 2.1.11
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.9...release-2.1.11)

Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)

Updates `com.squareup.okio:okio-jvm` from 3.17.0 to 3.18.0
- [Changelog](https://github.com/lysine-dev/okio/blob/master/CHANGELOG.md)
- [Commits](lysine-dev/okio@parent-3.17.0...parent-3.18.0)

Updates `com.squareup.okio:okio` from 3.17.0 to 3.18.0
- [Changelog](https://github.com/lysine-dev/okio/blob/master/CHANGELOG.md)
- [Commits](lysine-dev/okio@parent-3.17.0...parent-3.18.0)

Updates `com.squareup.okio:okio` from 3.17.0 to 3.18.0
- [Changelog](https://github.com/lysine-dev/okio/blob/master/CHANGELOG.md)
- [Commits](lysine-dev/okio@parent-3.17.0...parent-3.18.0)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpg-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcmail-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpg-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcmail-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-core@jackson-core-2.22.0...jackson-core-2.22.1)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-cbor` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-dataformats-binary@jackson-dataformats-binary-2.22.0...jackson-dataformats-binary-2.22.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-smile` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-dataformats-binary@jackson-dataformats-binary-2.22.0...jackson-dataformats-binary-2.22.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.22.0...jackson-dataformat-xml-2.22.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.22.0...jackson-dataformats-text-2.22.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.22.0 to 2.22.1

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-cbor` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-dataformats-binary@jackson-dataformats-binary-2.22.0...jackson-dataformats-binary-2.22.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-smile` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-dataformats-binary@jackson-dataformats-binary-2.22.0...jackson-dataformats-binary-2.22.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.22.0...jackson-dataformat-xml-2.22.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.22.0 to 2.22.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.22.0...jackson-dataformats-text-2.22.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.22.0 to 2.22.1

Updates `software.amazon.awssdk:bom` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:s3` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:s3-transfer-manager` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:sts` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:cloudfront` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:cloudformation` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:mediaconvert` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:sso` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:ssooidc` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:s3` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:s3-transfer-manager` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:sts` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:cloudfront` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:cloudformation` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:mediaconvert` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:sso` from 2.47.0 to 2.49.1

Updates `software.amazon.awssdk:ssooidc` from 2.47.0 to 2.49.1

Updates `org.apache.ivy:ivy` from 2.5.3 to 2.6.0

---
updated-dependencies:
- dependency-name: org.mybatis:mybatis-spring
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: org.apache.tomcat:tomcat-jasper-el
  dependency-version: 11.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-version: 11.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-version: 11.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: org.apache.tika:tika-core
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: org.apache.tika:tika-parsers-standard-package
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: org.apache.tika:tika-parsers-standard-package
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.drewnoakes:metadata-extractor
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.mongodb:mongodb-driver-legacy
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.mongodb:bson
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.mongodb:mongodb-driver-legacy
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.mongodb:bson
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: com.icegreen:greenmail
  dependency-version: 2.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-version: 3.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.squareup.okio:okio-jvm
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: com.squareup.okio:okio
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: com.squareup.okio:okio
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.bouncycastle:bcpg-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.bouncycastle:bcmail-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.bouncycastle:bcpg-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.bouncycastle:bcmail-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:s3-transfer-manager
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:sts
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:cloudfront
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:cloudformation
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:mediaconvert
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:sso
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:ssooidc
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:s3-transfer-manager
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:sts
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:cloudfront
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:cloudformation
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:mediaconvert
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:sso
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: software.amazon.awssdk:ssooidc
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
- dependency-name: org.apache.ivy:ivy
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 23, 2026
@dependabot
dependabot Bot requested a review from jmendeza as a code owner July 23, 2026 09:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 23, 2026
@sumerjabri
sumerjabri merged commit 1714022 into support/4.x Jul 29, 2026
2 of 3 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/support/4.x/all-maven-deps-801294678b branch July 29, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants